Value | Meaning |
---|---|
BLEND_ALPHA0 | Blend textures considering alpha (default) |
BLEND_ADDITIVE | Blend textures adding colors |
BLEND_MULTIPLIED | Blend textures multiplying colors |
BLEND_ADD_COLORS | Blend textures adding colors (alternative) |
BLEND_SUBTRACT_COLORS | Blend textures subtracting colors (alternative) |
BLEND_CUSTOM | Belnd textures using custom src/dst factors (use rlSetBlendMode()) |
Page generated by adrdox
Color blending modes (pre-defined)